projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bdbead
)
(mark_window_display_accurate_1): Remove an assertion.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 9 Aug 2001 09:37:32 +0000
(09:37 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 9 Aug 2001 09:37:32 +0000
(09:37 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index b5a28cb826ada0bcf8d3ab09c5fef25bc067d4bc..4d51cc4bdcada15bd3f862f1026daedae5138c5b 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-9005,9
+9005,11
@@
mark_window_display_accurate_1 (w, accurate_p)
if (accurate_p)
{
w->window_end_valid = w->buffer;
+#if 0 /* This is incorrect with variable-height lines. */
xassert (XINT (w->window_end_vpos)
< (XINT (w->height)
- (WINDOW_WANTS_MODELINE_P (w) ? 1 : 0)));
+#endif
w->update_mode_line = Qnil;
}
}